home *** CD-ROM | disk | FTP | other *** search
- MiscInfo = {
- ACTIONS = {"info:" = "info:"; "setController:" = "setController:"; };
- OUTLETS = {
- controller = controller;
- infoPanel = infoPanel;
- niftyView = niftyView;
- regText = regText;
- strings = strings;
- versionDateText = versionDateText;
- versionText = versionText;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- InfoView = {
- ACTIONS = {"start:" = "start:"; "stop:" = "stop:"; "woodPage:" = "woodPage:"; };
- OUTLETS = {bat = bat; batSound = batSound; buffer = buffer; strings = strings; };
- SUPERCLASS = View;
- };
- Controller = {
- ACTIONS = {
- "addFromFile:" = "addFromFile:";
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "delete:" = "delete:";
- "find:" = "find:";
- "info:" = "info:";
- "matrixDoubleClick:" = "matrixDoubleClick:";
- "matrixSingleClick:" = "matrixSingleClick:";
- "moveDown:" = "moveDown:";
- "moveUp:" = "moveUp:";
- "reply:" = "reply:";
- "search:" = "search:";
- "showAll:" = "showAll:";
- "splitView:" = "splitView:";
- "stop:" = "stop:";
- };
- OUTLETS = {
- authorField = authorField;
- boxView = boxView;
- curArticle = curArticle;
- date = date;
- down = down;
- emailField = emailField;
- find = find;
- info = info;
- mailComposer = mailComposer;
- matrix = matrix;
- matrixView = matrixView;
- resultField = resultField;
- splitView = splitView;
- subjectField = subjectField;
- text = text;
- up = up;
- window = window;
- };
- SUPERCLASS = Object;
- };
-